Day 14 - Pandas exploration

Published

June 25, 2025

Decided to dive deeper into pandas by exploration a data set from Kaggle.

Here I learned to “explode” column to expand columns of lists and then remove leading whitespace to effectively count categorical values.

See jupyter notebook here.